Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise tag limit for objects #30

Merged
merged 1 commit into from
Dec 6, 2016
Merged

Raise tag limit for objects #30

merged 1 commit into from
Dec 6, 2016

Conversation

xla
Copy link
Member

@xla xla commented Dec 6, 2016

With the increased use of tags esp. for semantic distinction of posts the current limit turns out to be not sufficient when semantic tags are mixed with user input. There might be an opportunity to split those apart to avoid unnecessary side-effects.

@xla xla self-assigned this Dec 6, 2016
@@ -175,7 +175,7 @@ func (o *Object) Validate() error {
)
}

if len(o.Tags) > 5 {
if len(o.Tags) > 25 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vision in one line

With the increased use of tags esp. for semantic distinction of posts
the current limit turns out to be not sufficient when semantic tags are
mixed with user input. There might be an opportunity to split those
apart to avoid unnecessary side-effects.
@xla xla merged commit a85b1f1 into master Dec 6, 2016
@xla xla deleted the tag-limit branch December 6, 2016 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants